gtkapplication.c: Fix syntax error
authorMartin Pitt <martin.pitt@ubuntu.com>
Sat, 7 Jan 2012 09:04:18 +0000 (10:04 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Sat, 7 Jan 2012 09:04:18 +0000 (10:04 +0100)
Previous commit accidentally removed the closing } from
gtk_application_end_session(). Add it back to unbreak the build.

gtk/gtkapplication.c

index 4705c250e3f1c025bdf374f923a6fd75282e03b6..a30529a636231dfe79897167b5b9b801a1cd8bf1 100644 (file)
@@ -1444,6 +1444,7 @@ gtk_application_end_session (GtkApplication         *application,
                          NULL, NULL, NULL);
       break;
     }
+}
 
 #else